home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / programming / c / stormamiga_lib-v45_00d / include / strings.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  315b  |  18 lines

  1. #ifndef  STRINGS_H
  2. #define  STRINGS_H
  3.  
  4. /*
  5. **         $VER: strings.h 1.0 (05.01.00)
  6. **             Includes Release 45.00
  7. **
  8. **     Copyright © 1996/2000 by CyberdyneSystems
  9. **
  10. **            written by Matthias Henze
  11. **               All Rights Reserved
  12. */
  13.  
  14. #ifndef  _INCLUDE_STRING_H
  15.   #include <string.h>
  16. #endif
  17.  
  18.